home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Main.DIR / 00015.ls < prev    next >
Encoding:
Text File  |  1997-08-01  |  589 b   |  31 lines

  1. on exitFrame
  2.   go(the frame)
  3.   cursor(200)
  4.   set the locH of sprite 10 to the mouseH
  5.   set the locV of sprite 10 to the mouseV
  6.   if sprite 10 intersects 2 then
  7.     go("virt")
  8.   end if
  9.   if sprite 10 intersects 3 then
  10.     go("drawd")
  11.   end if
  12.   if sprite 10 intersects 4 then
  13.     go("story")
  14.   end if
  15.   if sprite 10 intersects 5 then
  16.     go("bug")
  17.   end if
  18.   if sprite 10 intersects 6 then
  19.     go("show")
  20.   end if
  21.   if sprite 10 intersects 7 then
  22.     go("baby")
  23.   end if
  24.   if sprite 10 intersects 8 then
  25.     go("faces")
  26.   end if
  27.   if sprite 10 intersects 9 then
  28.     go("help")
  29.   end if
  30. end
  31.